home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 2003 September / PC Answers September 2003.iso / Software / trial / AutoMate 5.0.4.1 / automate5_eval_setup.exe / TaskEdit.exe / 0 / RCDATA / TFRMWINDOWHIDE / TFRMWINDOWHIDE.txt
Encoding:
Text File  |  2003-01-14  |  1.4 KB  |  61 lines

  1. inherited frmWindowHide: TfrmWindowHide
  2.   Left = 331
  3.   Top = 307
  4.   HelpContext = 42
  5.   PixelsPerInch = 96
  6.   TextHeight = 13
  7.   inherited pnlTop: TPanel
  8.     inherited lblCommandName: TLabel
  9.       Caption = ''
  10.     end
  11.     inherited memActionDesc: TMemo
  12.       Lines.Strings = (
  13.         
  14.           'Hides a window.  The window must be open while the task is runni' +
  15.           'ng.  Note that '
  16.         
  17.           'some hidden windows can only be closed with Ctrl-Alt-Del.  To se' +
  18.           'arch for partial '
  19.         'window titles, use wildcard characters * and ?')
  20.     end
  21.   end
  22.   inherited pnlCenter: TPanel
  23.     inherited pgcControlPage: TPageControl
  24.       inherited tbsAM5Main: TTabSheet
  25.         inherited cboWindowTitle: TComboBox
  26.           OnDropDown = cboWindowTitleDropDown
  27.         end
  28.       end
  29.     end
  30.   end
  31.   inherited dxSIBarManager: TdxBarManager
  32.     Categories.ItemsVisibles = (
  33.       2)
  34.     Categories.Visibles = (
  35.       True)
  36.     PopupMenuLinks = <
  37.       item
  38.         Control = lsvAM5Errors
  39.         PopupMenu = dxCheckPopup
  40.       end>
  41.     DockControlHeights = (
  42.       0
  43.       0
  44.       0
  45.       0)
  46.   end
  47.   inherited dxCheckPopup: TdxBarPopupMenu
  48.     ItemLinks = <
  49.       item
  50.         Item = itmCheckAllErrors
  51.         UserGlyph.Data = {00000000}
  52.         Visible = True
  53.       end
  54.       item
  55.         Item = itmCheckNoErrors
  56.         UserGlyph.Data = {00000000}
  57.         Visible = True
  58.       end>
  59.   end
  60. end
  61.